public class NB3Proposal extends java.lang.Object implements java.lang.Comparable<NB3Proposal>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NB3Proposal other) |
java.util.ArrayList<? extends NB3Action> |
getActions() |
java.lang.String |
getID() |
double |
getMyNormalizedUtility() |
double |
getOppNormalizedUtility() |
NB3AgentSet |
getParticipatingAgents() |
int |
getProposer() |
boolean |
isAccepted() |
void |
setAcceptedBy(int acceptingAgent) |
java.lang.String |
toMessageString() |
java.lang.String |
toString() |
public java.util.ArrayList<? extends NB3Action> getActions()
public NB3AgentSet getParticipatingAgents()
public java.lang.String getID()
public int getProposer()
public java.lang.String toMessageString()
public void setAcceptedBy(int acceptingAgent)
public boolean isAccepted()
public double getMyNormalizedUtility()
public double getOppNormalizedUtility()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(NB3Proposal other)
compareTo
in interface java.lang.Comparable<NB3Proposal>